Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / ActionResult<T> Constructor / ActionResult<T> Constructor(String,Type)
The details information of executing action.
The details type of exception


In This Topic
ActionResult<T> Constructor(String,Type)
In This Topic
Initializes an action failed result.
Syntax
'Declaration
 
Public Function New( _
   ByVal details As String, _
   ByVal exceptionType As Type _
)
 
'Usage
 
Dim details As String
Dim exceptionType As Type
 
Dim instance As New ActionResult(Of T)(details, exceptionType)

Parameters

details
The details information of executing action.
exceptionType
The details type of exception
See Also